Release 10.1A: OpenEdge Development:
Java Open Clients
Supporting both browsers with the same page
To support both Internet Explorer and Navigator with the same Web page, include code like this:
When using the code in this example, be aware of the following issues that arise for the difference browsers:
- Navigator ignores and does not support the
OBJECTtag and thecabbasePARAM.- Internet Explorer supports the
OBJECTtag and thecabbasePARAMand looks for classes in the.cabfile specified in thecabbasePARAMof theOBJECTtag before using the.jarfiles specified in the applet tag's archive attribute.- Internet Explorer does not support Netscape's code signing technology, as a result, any code found in
.jarfiles is untrusted and limits the servers to which the browser can connect.- Navigator does not support
.cabfiles and, as a result, it ignores thecabbasePARAM; therefore, you need to specify both.caband.jarfiles.For more information about supporting both Internet Explorer and Navigator with the same Web page, see the Microsoft Knowledge Base article Q179652.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |